css media query for mobile and hide a row wordpress

92

@media screen and (max-width: 800px) {
    #site-header {
        display: none;
    }
}

Comments

Submit
0 Comments